home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_Feedback():
- return {
- 'HorizontalOffset': 5,
- 'VerticalOffset': 5,
- 'Intensity': 5,
- 'Ellipse': App.Constants.Boolean.true,
- 'Opacity': 5
- }
-
- def Do(Environment):
- App.Do( Environment, 'Feedback', Preset_Feedback())
-
-